From: Eli Zaretskii Date: Sat, 17 Nov 2001 09:36:58 +0000 (+0000) Subject: (lispref): Add *.txt, *.el, permute-index, and X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~60537 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7ccdf9b509dcc689b0e54f913fa48d97add8b21e;p=emacs.git (lispref): Add *.txt, *.el, permute-index, and tindex.pl to the list of those being put into the distribution. --- diff --git a/make-dist b/make-dist index c74ffa501fc..aeeed904707 100755 --- a/make-dist +++ b/make-dist @@ -603,6 +603,7 @@ echo "Making links to \`man'" echo "Making links to \`lispref'" (cd lispref ln *.texi *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref + ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref test -f README && ln README ../${tempdir}/lispref test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref ln ChangeLog ../${tempdir}/lispref